Definition Type: ComplexType
Name: DauerType
Namespace: http://www.bewohnervertretung.at/EdiVornahme
Containing Schema: EdiVornahme.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into DauerAnmerkung Drilldown into Ueber48h Drilldown into Unter48hXSD Diagram of DauerType
Collapse XSD Schema Code:
<xs:complexType name="DauerType">
    <xs:sequence>
        <xs:choice>
            <xs:element name="Unter48h">
                <xs:annotation>
                    <xs:documentation xml:lang="de-at">
                        voraussichtliche Dauer unter 48 Stunden
                    </xs:documentation>
                </xs:annotation>
            </xs:element>
            <xs:element name="Ueber48h">
                <xs:annotation>
                    <xs:documentation xml:lang="de-at">
                        voraussichtliche Dauer über 48 Stunden oder Wiederholt
                    </xs:documentation>
                </xs:annotation>
            </xs:element>
        </xs:choice>
        <xs:element name="DauerAnmerkung" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation xml:lang="de-at">
                    Eine Anmerkung zur Dauer der Maßnahmen/Beschränkung.
                </xs:documentation>
            </xs:annotation>
            <xs:simpleType>
                <xs:restriction base="xs:string">
                    <xs:maxLength value="1024" />
                </xs:restriction>
            </xs:simpleType>
        </xs:element>
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Unter48h mstns:Unter48h (1) (1)
Ueber48h mstns:Ueber48h (1) (1)
DauerAnmerkung mstns:DauerAnmerkung 0 1
Collapse Derivation Tree:
Collapse References:
mstns:Dauer